home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 4 / Eagles_Nest_Mac_Collection_Disc_4.TOAST / Desktop Publishing / QMS PDX-PPD / Q815M524.PPD < prev    next >
Text File  |  1992-02-26  |  12KB  |  374 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS-PS 815" version 52.4
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011074 or 011425
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 11 February 1992
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(QMS-PS 815MR)"
  20. *PSVersion: "(52.4) 94"
  21. *NickName: "QMS-PS 815MR"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "336596"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "statusdict begin diskonline 
  29.         {(True)}{(False)} ifelse = flush"
  30. *End
  31. *Throughput: "8"
  32. *Password: "0"
  33. *ExitServer: "
  34.   count 0 eq {  % is the password on the stack?
  35.     true 
  36.   }{
  37.     dup    % potential password
  38.     statusdict begin checkpassword end not 
  39.   } ifelse 
  40.   {  %  if no password or not valid 
  41.     (WARNING : Cannot perform the exitserver command.) = 
  42.     (Password supplied is not valid.) = 
  43.     (Please contact the author of this software.) = flush
  44.     quit 
  45.   } if 
  46.   serverdict begin exitserver
  47. "
  48. *End
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict begin checkpassword end not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict begin exitserver
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *DefaultResolution: 600dpi
  69. *SetResolution 300dpi: "
  70.   serverdict begin 0 exitserver
  71.   statusdict begin 300 setdefaultresolution end
  72. "
  73. *End
  74. *SetResolution 600dpi: "
  75.   serverdict begin 0 exitserver
  76.   statusdict begin 600 setdefaultresolution end
  77. "
  78. *End
  79.  
  80. *SetJobResolution 300x300dpi: "statusdict begin 300 setresolution end"
  81. *SetJobResolution 600x600dpi: "statusdict begin 600 setresolution end"
  82. *?Resolution: "
  83. save
  84.   initgraphics
  85.   0 0 moveto currentpoint matrix defaultmatrix transform
  86.   0 72 lineto currentpoint matrix defaultmatrix transform
  87.   3 -1 roll sub dup mul
  88.   3 1 roll exch sub dup mul
  89.   add sqrt round cvi
  90.   (          ) cvs print (dpi) = flush
  91. restore
  92. "
  93. *End
  94.  
  95. *% Halftone Information ===============
  96. *ScreenFreq: "60.0"
  97. *ScreenAngle: "45.0"
  98. *DefaultScreenProc: Dot
  99. *ScreenProc Dot: "
  100. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  101. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  102. "
  103. *End
  104. *ScreenProc Line: "{ pop }"
  105. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  106.  
  107. *DefaultTransfer: Null
  108. *Transfer Null: "{ }"
  109. *Transfer Null.Inverse: "{ 1 exch sub }"
  110.  
  111. *% Paper Handling ===================
  112.  
  113. *DefaultPageSize: None
  114. *PageSize Letter: "statusdict begin lettertray end"
  115. *PageSize Legal: "statusdict begin legaltray end"
  116. *PageSize A4: "statusdict begin a4tray end"
  117. *PageSize B5: "statusdict begin b5tray end"
  118. *?PageSize: "
  119.  save statusdict begin
  120.  6 dict begin
  121.    /letter (Letter) def 
  122.    /legal (Legal) def
  123.    /a4tray (A4) def
  124.    /b5tray (B5) def 
  125.    papersize {
  126.      {load exec} stopped not{= flush}if
  127.    }{
  128.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  129.    }ifelse
  130.   end
  131.  end restore
  132. "
  133. *End
  134.  
  135. *DefaultPageRegion: None
  136. *PageRegion Letter: "letter"
  137. *PageRegion Legal: "legal"
  138. *PageRegion A4: "a4"
  139. *PageRegion B5: "b5"
  140.  
  141. *DefaultPaperTray: None
  142. *PaperTray Letter: "statusdict begin lettertray end"
  143. *PaperTray Legal: "statusdict begin legaltray end"
  144. *PaperTray A4: "statusdict begin a4tray end"
  145. *PaperTray B5: "statusdict begin b5tray end"
  146. *?PaperTray: "
  147.  save statusdict begin
  148.  6 dict begin
  149.    /letter (Letter) def 
  150.    /legal (Legal) def
  151.    /a4tray (A4) def
  152.    /b5tray (B5) def 
  153.    papersize {
  154.      {load exec} stopped not{= flush}if
  155.    }{
  156.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  157.    }ifelse
  158.   end
  159.  end restore
  160. "
  161. *End
  162.  
  163. *DefaultImageableArea: None
  164. *ImageableArea Letter: "15 13 597 779"
  165. *ImageableArea Legal: "15 14 589 995"
  166. *ImageableArea A4: "16 11 579 831"
  167. *ImageableArea B5: "18 12 497 717"
  168. *ImageableArea Executive:  "18 28 503 738"
  169. *ImageableArea Envelope.279.540/Monarch Envelope:  "1 1 279 540"
  170. *ImageableArea Envelope.297.684/Common #10 Envelope:  "1 1 297 684"
  171. *ImageableArea Envelope.312.634/DL Envelope:  "1 1 312 623"
  172. *ImageableArea Envelope.459.649/C5 Envelope:  "1 1 459 649"
  173. *?ImageableArea: "
  174.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  175.   newpath clippath pathbbox
  176.   4 -2 roll exch 2 {ceiling cvp} repeat
  177.   exch 2 {floor cvp} repeat flush
  178.  restore
  179. "
  180. *End
  181.  
  182. *DefaultPaperDimension: None
  183. *PaperDimension Letter: "612 792"
  184. *PaperDimension Legal: "612 1008"
  185. *PaperDimension A4: "595 842"
  186. *PaperDimension B5: "516 729"
  187.  
  188. *DefaultOutputBin: Upper
  189. *DefaultInputSlot: None
  190. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  191. *?InputSlot: "
  192.  save statusdict begin
  193.   1 dict begin
  194.    /1 (Upper) def
  195.     papertray 
  196.      {( ) cvs cvn load exec} stopped not{= flush}if
  197.   end
  198.  end restore
  199. "
  200. *End
  201.  
  202. *DefaultManualFeed: False
  203. *?ManualFeed: "
  204.   statusdict /manualfeed get
  205.   {(True)}{(False)}ifelse = flush"
  206. *End
  207. *ManualFeed True: "statusdict begin /manualfeed true store end"
  208. *ManualFeed False: "statusdict begin /manualfeed false store end"
  209.  
  210. *DefaultOutputOrder: Normal
  211.  
  212. *% Font Information =====================
  213.  
  214. *DefaultFont: Courier
  215. *Font AGaramond-Bold: Standard "(001.000)"
  216. *Font AGaramond-BoldItalic: Standard "(001.000)"
  217. *Font AGaramond-Italic: Standard "(001.000)"
  218. *Font AGaramond-Regular: Standard "(001.000)"
  219. *Font AGaramond-Semibold: Standard "(001.000)"
  220. *Font AGaramond-SemiboldItalic: Standard "(001.000)"
  221. *Font AvantGarde-Book: Standard "(001.002)"
  222. *Font AvantGarde-BookOblique: Standard "(001.002)"
  223. *Font AvantGarde-Demi: Standard "(001.003)"
  224. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  225. *Font Bookman-Demi: Standard "(001.001)"
  226. *Font Bookman-DemiItalic: Standard "(001.001)"
  227. *Font Bookman-Light: Standard "(001.001)"
  228. *Font Bookman-LightItalic: Standard "(001.001)"
  229. *Font Courier: Standard "(001.004)"
  230. *Font Courier-Bold: Standard "(001.004)"
  231. *Font Courier-BoldOblique: Standard "(001.004)"
  232. *Font Courier-Oblique: Standard "(001.004)"
  233. *Font Helvetica: Standard "(001.002)"
  234. *Font Helvetica-Bold: Standard "(001.002)"
  235. *Font Helvetica-BoldOblique: Standard "(001.002)"
  236. *Font Helvetica-Condensed: Standard "(001.001)"
  237. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  238. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  239. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  240. *Font Helvetica-Narrow: Standard "(001.002)"
  241. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  242. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  243. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  244. *Font Helvetica-Oblique: Standard "(001.002)"
  245. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  246. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  247. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  248. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  249. *Font Palatino-Bold: Standard "(001.002)"
  250. *Font Palatino-BoldItalic: Standard "(001.002)"
  251. *Font Palatino-Italic: Standard "(001.002)"
  252. *Font Palatino-Roman: Standard "(001.001)"
  253. *Font Symbol: Special "(001.003)"
  254. *Font Times-Bold: Standard "(001.002)"
  255. *Font Times-BoldItalic: Standard "(001.004)"
  256. *Font Times-Italic: Standard "(001.002)"
  257. *Font Times-Roman: Standard "(001.002)"
  258. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  259. *Font ZapfDingbats: Special "(001.002)"
  260.  
  261. *?FontQuery: "
  262. save  4 dict begin /sv exch def
  263. /str (fonts/                              ) def
  264. /st2 128 string def
  265. {
  266.   count 0 gt {
  267.     dup st2 cvs (/) print print (:) print
  268.     dup FontDirectory exch known {pop (Yes)}{
  269.      str exch st2 cvs dup length /len exch def
  270.      6 exch putinterval str 0 len 6 add getinterval mark exch
  271.      { } st2 filenameforall counttomark 0 gt {
  272.       cleartomark (Yes)}{cleartomark (No)}ifelse
  273.     }ifelse = flush
  274.   }{ exit } ifelse
  275. } bind loop
  276. (*) = flush
  277. sv end restore
  278. "
  279. *End
  280.  
  281. *?FontList: "
  282. save  2 dict begin /sv exch def
  283. /str 128 string def
  284. FontDirectory { pop == } bind forall flush
  285. /filenameforall where { 
  286.  pop save (fonts/*) { 
  287.   dup length 6 sub 6 exch getinterval cvn == 
  288.  } bind str filenameforall flush restore
  289. } if 
  290. (*) = flush
  291. sv end restore
  292. "
  293. *End
  294.  
  295. *% Printer Messages (verbatim from printer):
  296. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  297. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  298. *Message: "\FontName\ not found, using Courier"
  299.  
  300. *% Status (format: %%[ status: <one of these> ]%% )
  301. *Status: "idle"
  302. *Status: "busy"
  303. *Status: "waiting"
  304. *Status: "printing"
  305. *Status: "warming up"
  306. *Status: "Initializing"
  307. *Status: "printing startup page"
  308. *Status: "printing test page"
  309. *Status: "PrinterError: no paper tray"
  310. *Status: "PrinterError: service call"
  311. *Status: "PrinterError: no toner cartridge"
  312. *Status: "PrinterError: cover open"
  313. *Status: "PrinterError: paper entry misfeed"
  314. *Status: "PrinterError: manual feed"
  315. *Status: "PrinterError: out of paper"
  316.  
  317. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  318. *Source: "serial25"
  319. *Source: "AppleTalk"
  320. *Source: "Centronics"
  321.  
  322. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  323. *PrinterError: "upper unit open"
  324. *PrinterError: "toner cartridge low"
  325. *PrinterError: "laser diode or scanning mirror malfunction"
  326. *PrinterError: "toner cartridge missing or incorrect"
  327. *PrinterError: "scanner motor malfunction"
  328. *PrinterError: "paper jam"
  329. *PrinterError: "fixing temperature malfunction"
  330. *PrinterError: "scanner motor, laser diode or scanning mirror malfunction"
  331. *PrinterError: "service call"
  332.  
  333. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  334.  
  335. *% Color Separation Information =====================
  336.  
  337. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  338.  
  339. *InkName: ProcessBlack/Process Black
  340. *InkName: CustomColor/Custom Color
  341. *InkName: ProcessCyan/Process Cyan
  342. *InkName: ProcessMagenta/Process Magenta
  343. *InkName: ProcessYellow/Process Yellow
  344.  
  345. *%  For 60 lpi / 300 dpi  ===============================
  346.  
  347. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  348. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  349. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  350. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  351. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  352.  
  353. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  354. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  355. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358.  
  359. *%  For 53 lpi / 300 dpi  ===============================
  360.  
  361. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  362. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  363. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  364. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  365. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  366.  
  367. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  368. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  369. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  370. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  371. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  372.  
  373. *% end of PPD file for QMS-PS 815MR
  374.